body {
    -moz-user-select: none;
    /* Firefox */
    -webkit-user-select: none;
    /* WebKit */
    -ms-user-select: none;
    /* IE */
    -khtml-user-select: none;
    /* KHTML */
    -o-user-select: none;
    /* Opera */
    user-select: none;
    /* CSS3属性 */
}
.main{
    width: 1200px;
    margin: 0 auto;
}
.left{
    float: left;
}
.right{
    float: right;
}

/* top */
.top{
    height:0.26rem;
    line-height: 0.26rem;
    background-color: #104e89 ;
}
/* logo */
.index-logo{
    height: 45px;
    padding-top:15px;
    padding-bottom: 2px;
}
.index-news-title{
    padding-left: 5px;
    font-size: 22px;
    line-height: 80px;
    color: #000;
}
.top-left{
    font-size: 0.14rem;
    color:#fff;
}
.top-right{
    font-size: 0.14rem;
    color:#fff;
}
.ellipsis1{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.ellipsis2{
    display:-webkit-box;
    overflow:hidden;

    white-space:normal!important;
    text-overflow:ellipsis;
    word-wrap:break-word;

    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
.ellipsis3{
    display:-webkit-box;
    overflow:hidden;

    white-space:normal!important;
    text-overflow:ellipsis;
    word-wrap:break-word;

    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
}
.ellipsis4{
    display:-webkit-box;
    overflow:hidden;

    white-space:normal!important;
    text-overflow:ellipsis;
    word-wrap:break-word;

    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;
}
/* nav */
.nav-wrap{
}
.navbar-nav{
    float: right;
}
.navbar-nav >li{
    width: 105px;
    text-align: center;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    padding:0.2rem 0;
    line-height: 1.3em;
    font-size: 0.14rem;
}
.navbar-nav >li.current> a,.navbar-nav >li:hover >a{
    background-color:#104e89 ;
    color:#fff;
}
.navbar-nav >li a{
    display: block;
    padding: 10px 10px;
}
.dropdown-menu{
    display: none;
}
.dropdown-menu{
    width: inherit;
    background-color: #fff;
    position: absolute;
    left: 0px;
    z-index: 2;
}
.dropdown-menu li{
    line-height: 1.3em;
    background-color: #fff;
    color: #333;
}
.dropdown-menu li a{
    display: block;
}
.dropdown-menu li a:hover{
    background-color:#3e77ad ;
    color:#fff;
}
.dropdown-menu{
    display: none;
}
/* .navbar-nav >a:hover{
  color:#104e89 ;
} */
/* banner */
.banner-warp{
    width: 100%;
    height: 6rem;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 0.18rem;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide{
    width: 100%;
    height: 100%;
}
.swiper-slide img{
    width: 100%;
    height: 100%;
}
.banner-warp .swiper-button-next{
    width: 0.71rem;
    height: 0.71rem;
    background: url('../images/right.png')no-repeat left;
    background-size: 100%;
}
.banner-warp .swiper-button-prev{
    width: 0.71rem;
    height: 0.71rem;
    background: url('../images/left.png')no-repeat left;
    background-size: 100%;
}
/* notice */
.notice-wrap{
    width: 100%;
    height: 0.3rem;
    background-color: #eee;
}
/*通知公告*/
.item-notice{
    padding:0 0.04rem;
    display: flex;
    flex-wrap: nowrap;
    /*border-top: 1px solid #f0f0f0;*/
    border-bottom: 1px solid #f0f0f0;

}
.item-notice h4{
    flex-shrink: 0;
    line-height: 0.3rem;
    color: #ff4b55;
    font-size: 0.14rem;
}
.notice {
    flex-grow: 1;/*单行显示，超出隐藏*/
    /* width: 90%;*/
    height: 0.3rem;/*固定公告栏显示区域的高度*/
    padding: 0 1%;
    overflow: hidden;
    font-size: 0.12rem;
}
.notice ul{
    padding-left: 0.01rem;
}
.notice ul li {
    list-style: none;
    line-height: 0.3rem;
    /*以下为了单行显示，超出隐藏*/
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.notice-more{
    flex-shrink: 0;
    font-size: 0.12rem;
    line-height: 0.3rem;
}
.ind-about-wrap{
    margin-top: 0.3rem;
    display: flex;
}
.left-banner{
    width: 4.86rem;
    height: 2.3rem;
    flex-shrink: 0;
}
/* 新增样式 2021-10-10 */
.ind-product-class{
    padding-top:30px;
}
.ind-product-class li{
    width:24%;
    height: 120px;
    line-height: 120px;
    font-size: 22px;
    text-align: center;
    float: left;
    margin:0 0.5%;
    background: #e8f4ff;

}
.ind-product-class li a{
    display: block;
    color:#2878c2;
}
.ind-about{
    flex-grow: 1;
    background: #013c91;
    background-color:rgb(1 60 145);
}
.ind-about-title{
    margin-left: 0.3rem;
    margin-top: 0.2rem;
    border-left:0.1rem solid #fff;
    height: 0.9rem;
    width: 2rem;
}
.ind-about-tit{
    font-size: 0.2rem;
    margin:0.05rem 0.1rem 0;
    border-bottom: 0.02rem solid #fff;
    padding:0 0.05rem;
    padding-bottom: 0.05rem;
    font-weight: bold;
    color:#fff;
}
.ind-about-en{
    font-size: 0.16rem;
    padding-left: 0.15rem;
    padding-top: 0.1rem;
    color:#fff;
}
.ind-about-info{
    margin: 0.15rem 0.08rem;
    width: 4rem;
    height: 1.76rem;
    border:0.02rem solid #fff;
    padding:0.1rem;
}
.ind-about-cont{
    background-color: #fff;
    height:calc(100% - 0.3rem);
    padding:0.15rem;
}
.ind-about-cont p{
    width:inherit;
    display:block;
    white-space:normal;
    color:#333;
    line-height: 0.18rem;
    margin-bottom: 0.15rem;
}
.ind-about-cont p span{
    color:#333;
    width:inherit;
    line-height: 0.18rem;
    white-space:normal;
}
.ind-about-more{
    color:#104e89 ;
}
/*  */
.ind-item-title{
    display: flex;
    align-items: center;
}
.item-title{
    flex-grow: 1;
    padding: 0;
    height: 0.5rem;
    padding-left: 0.1rem;
    border-left: 0.04rem solid #104e89;
}
.item-title-more{
    color: #104e89;
    font-size: 0.18rem;
}
.item-title-top{
    font-size: 0.22rem;
    padding-top:0.04rem;
    color:#104e89;
    font-weight: bold;
}

.item-title-btm{
    font-size: 0.14rem;
    line-height: 0.14rem;
    padding-bottom: 0.05rem;
    color: #737373;
}
.ind-dynamic{
    width: 5.5rem;
    min-height: 3.8rem;
    padding-top: 0.2rem;
}
.ind-dynamic-ul{
    padding-top: 0.2rem;
}
.ind-dynamic-ul li{
    height: 0.46rem;
    line-height: 0.46rem;
    font-size: 0.14rem;
    border-bottom: 0.01rem dashed #e5e5e5;
}
.ind-dynamic-ul li span,.ind-dynamic-ul li em{
    font-size: 0.14rem;
    line-height: 0.46rem;
    color:#666;

}
.ind-dynamic-ul li span{
    width: 4rem;
    padding-left:0.2rem;
    background: url('../images/coni.png')no-repeat left center;
    background-size: 11px;
}
.ind-dynamic-ul li a:hover span,.ind-dynamic-ul li a:hover em{
    color:#104e89;
}
.ind-news{
    width: 5.5rem;
    min-height: 3.8rem;
    padding-top: 0.2rem;
}
.ind-news-con{
    padding-top: 0.1rem;
}
.ind-news-one{}
.ind-news-one-pic{
    width:1.52rem;
    height:1.07rem;
}
.ind-news-one-pic img{
    width: 100%;
    height: 100%;
}
.ind-news-one-info{
    width: 3.78rem;
    padding-left: 0.1rem;
}
.ind-news-one-title{
    display: flex;
}
.ind-news-one-title span,.ind-news-one-title em{
    font-size: 0.14rem;
    color:#666;
}
.ind-news-one-title span{
    font-weight: bold;
    flex-grow: 1;
}
.ind-news-one-title em{
    flex-shrink: 0;
}
.ind-news-one-desc{
    margin-top: 0.1rem;
    line-height: 0.18rem;
}
.ind-news-ul{
    padding-top: 0rem;
}
.log-banner{
    width: 100%;
    height: 2.46rem;
    background: url('../images/log-banner.jpg') no-repeat center center;
}
.log-contact-wrap{
    width: 12rem;
    left: 50%;
    margin-left: -6rem;
    position: relative;
}
.log-contact{
    position: absolute;
    left: 2rem;
    top: 1.56rem;
    z-index: 1;
}
.log-contact >p{
    font-size: 0.12rem;
    color: #fff;
}
.ind-product-wrap{
    position: relative;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}
.ind-product{
    width: 4.84rem;
    height: 3.25rem;
    position: absolute;
    z-index: 2;
    left: 0;
    top:0.4rem;
    height: 0.8rem;
    /* background-color: rgba(0, 0, 0,0.2); */
}
.ind-product .title{
    font-size: 0.18rem;
    padding-top:0.05rem;
    padding-left: 0.2rem;
}
.ind-product .desc{
    font-size: 0.14rem;
    padding-left: 0.2rem;
}
.ind-product .title a,.ind-product .desc a{
    color: rgb(73, 110, 232);
}
.ind-product-wrap .more{
    position: absolute;
    z-index: 2;
    left: 4.9rem;
    top:2.82rem;
    /* width: ; */
    font-size: 0.14rem;
    color:#fff;
}
.ind-product-bg{
    width: 100%;
}
.ind-sale{
    position: absolute;
    z-index: 2;
    left: 7rem;
    top:0.25rem;
}
.ind-sale h4{
    font-size: 0.18rem;
    padding-top:0.05rem;
    padding-left: 0.1rem;
    color: #fff;
}
.ind-sale >p{
    font-size: 0.14rem;
    padding-left: 0.1rem;
    color: #fff;
}
.ind-honor{
    position: absolute;
    z-index: 2;
    left: 10.4rem;
    top:0.25rem;
}
.ind-honor>h4,.ind-honor >p{
    color: #333;
}
.ind-talent{
    position: absolute;
    z-index: 2;
    left: 8.4rem;
    top:1.8rem;
}
.footer{
    background-color: #104e89 ;
    height: 1.8rem;
}
.foot-left{
    padding-left: 0.3rem;
    padding-top: 0.3rem;
}
.foot-left p{
    color: #fff;
    margin-top: 0.05rem;
}
.foot-qrCode{
    margin-top: 0.15rem;
    width: 1.2rem;
    height: 1.2rem;
    background-color: #fff;
}
.foot-qrCode>img{
    margin:0.1rem;
    width: 1rem;
    height: 1rem;
}
.foot-qrCode>p{
    color: #fff;
    margin-top: 0.1rem;
    text-align: center;
}
/* 列表页 */

.list-banner{
    background: url('../images/s5.jpg')no-repeat left top;
    background-size: cover;
    height: 3rem;
}
.list-banner-title{
    padding-top: 1.2rem;
    font-size: 0.3rem;
    color:#000;
    font-weight: bold;
    text-align: center;
}
.list-banner-tit{
    padding-top: 0.1rem;
    font-size: 0.18rem;
    color: #757575;
    text-align: center;
    font-weight: lighter;
}
.list-banner img{
    width: 100%;
}
.crumbs{
    padding: 0.1rem 0;
}
.crumbs a,.crumbs span,.crumbs i{
    float: left;
    line-height: 0.16rem;
    font-size: 0.14rem;
    color: #999;
}
.crumbs span{
    padding-right: 0.05rem;;
}
.crumbs i{
    padding: 0 0.05rem;
}
.list-cont-info .ind-dynamic-ul li span{
    width: 8rem;
}
/*翻页---start---*/
.pagination-centered {
    text-align: center;
    margin: 20px 0;
}

.pagination ul {
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    display: inline-block;
}

.pagination ul > li {
    line-height: 20px;
    display: inline;
}

.pagination ul > li > a {
    background-color: #ffffff;
    border-color: #dddddd;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    float: left;
    line-height: 20px;
    padding: 4px 12px;
    text-decoration: none;
    color: #545454;
}

.pagination ul > li > span {
    background-color: #ffffff;
    border-color: #dddddd;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    float: left;
    line-height: 20px;
    padding: 4px 12px;
    text-decoration: none;
    color: #ff3709;
}

.pagination ul > li:first-child > a {
    border-bottom-left-radius: 4px;
    border-left-width: 1px;
    border-top-left-radius: 4px;
}

.pagination ul > li:first-child > span {
    border-bottom-left-radius: 4px;
    border-left-width: 1px;
    border-top-left-radius: 4px;
}

.pagination ul > li.disabled:first-child > span {
    color: #c3c3c3;
}

.pagination ul > li:last-child > a {
    border-bottom-right-radius: 4px;
    border-right-width: 1px;
    border-top-right-radius: 4px;
}

.pagination ul > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-right-width: 1px;
    border-top-right-radius: 4px;
}

.pagination ul > li > a:hover {
    color: #ff3709;
    background: #f5f5f5;
}
/*翻页---end---*/

/*layui提示框演示*/
.layui-layer-dialog .layui-layer-content{
    color:#fff;
}
.details-title{
    font-size: 0.25rem;
    color: #000;
    text-align: center;
    padding-bottom: 0.2rem;
    /*border-bottom: 0.01rem solid #eee;*/
}
.detail-info {
    text-align: center;
    font-size: 14px;
    color: #9b9b9b;
    padding: 10px 0;
    border-bottom: 0.01rem solid #eee;
}
.detail-info span {
    margin: 0 10px;
}
.details-info{
    padding: 0.1rem;
}
.details-info p{
    text-indent: 2em;
    margin-top: 0.1rem;
    color: #666;
    font-size: 0.14rem;
    line-height: 0.24rem;
}
.details-next{
    padding: 0.2rem;
    border-top: 0.01rem solid #eee;
}
/* 2021-10-10 新增 */
.list-body-box{
    display: flex;
    background: #f6f6f6;
}
.list-left-body{
    width:220px;
    flex-shrink: 0;
}
.list-left-title{
    height: 60px;
    width: 100%;
    background-color: #013c91;
    color: #fff;
    line-height: 60px;
    text-align: center;
    font-size: 16px;;
}
.list-left-nav li{
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    border-top: 1px solid #fff;;
}
.list-left-nav li a{
    display: block;
    text-align: center;
    
}
.list-right-body{
    flex-grow: 1;
}


.list-product-ul{}
.list-product-ul li{
    position: relative;
    float: left;
    width: 1.6rem;
    margin: 0.1rem 0.17rem;
}
.list-product-ul li a{
    float: left;
    height: 100%;
    width:100%;

}
.list-product-ul-pic{
    width: 1.6rem;
    height: 1.6rem;
    border:0.01rem solid #eee;
}
.list-product-ul-pic img{
    width: 100%;
    height: 100%;
}
.list-product-name{
    padding-top: 0.05rem;
    text-align: center;
    font-size: 0.14rem;
    color: #666;
}
.cont-title-wrap{
    margin: 0.3rem auto;
    text-align: center;
    width: 100%;
    border-bottom: 0.01rem solid #eee;
}
.cont-line{
    position: absolute;
    left:10%;
    bottom: -0.02rem;
    display: inline-block;
    width: 80%;
    height: 0.05rem;
    background-color: #104e89;
}
.cont-title{
    margin: 0 auto;
    display: inline-block;
    position: relative;
    text-align: center;
    padding-bottom: 0.2rem;
}
.cont-tit{
    font-size: 0.2rem;
    color: #104e89;
}
.cont-tit-en{
    font-size: 0.16rem;
    line-height: 0.16rem;
    margin-left: 0.15rem;
}
.cont-us-lft{
    width: 5.2rem;
    margin-top: 0.2rem;
    margin-left: 0.8rem;
}
.cont-us-lft-paty{
    padding-bottom: 0.2rem;
}
.cont-us-lft-paty>h4{
    padding-bottom: 0.08rem;
    font-size: 0.2rem;
    color: #104e89;
}
.cont-us-lft-paty>p{
    color: #104e89;
    font-size: 0.14rem;
}
.cont-us-lft-paty2>p{
    color: #444;
}
.cont-us-rgt{}
.map-inf-cont{
    width:10rem;
    height:5rem;
    border:1px solid gray;
    margin:0.3rem auto;
}
.message-table{
    width: 100%;
    border: 0.01rem solid #d4d4d4;
    margin-bottom: 0.3rem;
}
.message-table input{
    height: 0.32rem;
    line-height: 0.32rem;
    border: 0.01rem solid #eee;
    padding:0 2%;
    display: block;
    width: 94%;
}
.message-table textarea{
    height: 0.64rem;
    line-height: 0.32rem;
    border: 0.01rem solid #eee;
    padding:0 2%;
    display: block;
    width: 94%;
    margin-bottom: 0.05rem;
    margin-top: 0.05rem;
}
.message-table th,.message-table td{
    height: 0.44rem;
    line-height: 0.44rem;
    padding-left: 0.05rem;
    border-right: 0.01rem solid #d4d4d4;
    border-bottom: 0.01rem solid #d4d4d4;
}
.message-table th{
    background-color: #eef4ff;
}
.message-table td:last-child{
    border-right:0;
}
.message-table tr:last-child td,
.message-table tr:last-child th{
    border-bottom:0;
}
.message-list .title{
    font-size: 0.18rem;
    padding-bottom: 0.2rem;
    border-bottom: 0.01rem solid #eee;
}
.message-info-ul{
    padding:0 0.2rem;
}
.message-info-ul .ind-dynamic-ul li{
    height: auto;
    line-height: 0.24rem;
    font-size: 0.14rem;
    padding:0.1rem 0.05rem;
    border-bottom: 0.01rem dashed #e5e5e5;
}
.message-info-ul .ind-dynamic-ul li span,.message-info-ul .ind-dynamic-ul li em{
    font-size: 0.14rem;
    line-height: 0.24rem;
    color:#666;
}
.message-info-ul .ind-dynamic-ul li span{
    width: 7.2rem;
}
.message-table tr.message-submit-tr{
    text-align: center;
}
.message-submit{
    display: inline-block;
    margin: 8px auto 0;
    text-align: center;
    width: 120px;
    height: 36px;
    line-height: 36px;
    background: #eef4ff;
    color: #4184ff;
    border: 1px solid #d3e2fd;
    outline: none;
    box-shadow: none;
}
/* new-footer */
.footnav {
    background: #104e89;
    padding: 70px 0 35px;
}
.footflex {
    display: flex;
    justify-content: space-between;
}
.nav-list {
    display: flex;
    justify-content: space-between;
    width: 50%;
}
.collist {
    text-align: center;
}
h4.m-t-0 {
    margin-bottom: 15px;
    text-align: left;
}
h4.m-t-0  span{
    color:#fff;
}
.collist h4 a {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 15px;
}
ul.ulstyle {
    text-align: left;
}
ul.ulstyle li {
    margin: 5px 0;
}
ul.ulstyle li a {
    color: #ffffff;
    font-size: 14px;
}
ul.ulstyle li a span {
    color: #ffffff;
    font-size: 14px;
}
.footinfo {
    text-align: right;
}
a.foot-tel {
    font-size: 30px;
    text-shadow: none;
    color: #ffffff;
    display: block;
}
.footinfo p {
    color: #8eddff;
    font-size: 13px;
}
a.btn-message {
    width: 130px;
    height: 35px;
    line-height: 35px;
    background-color: #f5f5f5;
    cursor: pointer;
    font-size: 14px;
    padding: 0 0 0 25px;
    margin-top: 25px;
    text-align: left;
    color: #0075c1;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    box-sizing: content-box;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    display: block;
    float: right;
}
a#met-weixin {
    position: relative;
    cursor: pointer;
}
.webui img {
    position: absolute;
    bottom: 30px;
    left: 10px;
    z-index: 100;
    padding: 10px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.webui:after {
    position: absolute;
    top: -9px;
    right: 23px;
    content: '';
    display: inline-block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
}
footer.footinfomet {
    text-align: center;
    background: #104e89;
}
.text-xs-center {
    padding: 20px;
    border-top: 1px solid #ddd;
}
.text-xs-center p {
    font-size: 14px;
    line-height: 2;
    color: #ffffff;
}
.text-xs-center strong{
    color: #ffffff;
}
.text-xs-center a {
    color: #ffffff;
}
.gotop{
    position: fixed;
    bottom: 100px;
    right: 5px;
    width: 53px;
    height: 53px;
    font: 15px/53px 'Microsoft YaHei';
    color: #fff;
    text-indent: 54px;
    margin-bottom: 1px;
    border-radius: 3px;
    transition: all .5s ease;
    overflow: hidden;
    background: #104e89 url('../images/gotop.png') no-repeat center center;
    background-size: 32px;
    box-shadow: 0 0 18px rgb(118, 156, 214,0.5);
    z-index: 9999;
}
/* new20210510 */
.index-case-list{}
.met-index-case{
    margin: 20px 0 10px;
    /* text-align: center; */
}
.met-index-case h2 {
    color: #212121;
    font-size: 30px;
    padding-bottom: 10px;
}
.met-index-case p.desc {
    color: #555555;
}
.case-item{
    width: 280px;
    padding: 0 10px 20px 10px;
    margin: 0px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    float: left;
}
.case-img {
    width: 100%;
    position: relative;
    z-index: 1;
}
.case-img img{
    /*width: 100%;*/
    /*height: auto;*/
    width: auto;
    height: 280px;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
}
.index-case-list li .case-img .img-title{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.index-case-list li:hover .case-img .img-title {
    transform: translateY(0);
    background-color: rgba(0,0,0,.2);
    opacity: 1;
}
.img-title span {
    display: block;
    width: 100%;
    font-size: 26px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-case-list li a {
    width: 100%;
}
.case-title {
    padding:10px 0;
    font-size: 16px;
    text-align: center;
}
.case-item:hover .case-title {
    color: #1baadb;
}
.case-desc {
    color: #555555;
}
/* 2021-05-22 */
.ind-about-warp{
    padding-top:0.15rem;
    padding-bottom: 0.1rem;
    background: url('../images/s1.jpg')no-repeat center center;
    width: 100%;
    height: auto;
}
.ind-about-desc {
    padding:0.1rem 0 ;
}
.ind-about-desc p,.ind-about-desc span, .ind-about-desc a{
    display: block;
    white-space: normal;
    color: #ffffffe6;
    line-height: 0.3rem;
    font-size: 0.18rem;
    margin-bottom: 0.15rem;
}
.ind-about-warp .item-title-top{
    color:#fff;
}
.ind-about-warp .item-title{
    border-left: 0.04rem solid #fff;
}
.ind-about-warp .item-title-more{
    color: #ffffffe6;
}
.ind-about-warp .item-title-btm {
    color: #ebebebd4;
}
.index-m-top{
    margin-top: 0.2rem;
}
/* 产品中心效果 */
.list-product-ul .case-img {
    width: 100%;
    position: absolute;
    z-index: 2;
    height: 1.6rem;
}
.list-product-ul .case-img img{
    width: 100%;
    height: auto;
}
.list-product-ul li .case-img .img-title{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.list-product-ul li:hover .case-img .img-title {
    transform: translateY(0);
    background-color: rgba(0,0,0,.2);
    opacity: 1;
}
.list-product-ul .img-title span {
    display: block;
    width: 100%;
    font-size: 26px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 20210612 */
.details-wrap2{
    width: 980px;
    float: right;
}
.details-nav2{
    margin-top: 20px;
    float: left;
    width: 200px;
    overflow: hidden;
    margin-bottom: 20px;
    border:1px solid rgb(240, 240, 240);
    /* background-color: rebeccapurple; */
}
.det-nav-title2{
    text-align: center;
    font-size: 18px;
    line-height: 46px;
    height: 46px;
    font-weight: bold;
    background-color: rgb(240, 240, 240);
}
/* .det-navbar-nav{}
.det-nav-li a{
    display: block;
    font-size: 15px;
    line-height: 46px;
    padding-left: 20px;
}
.det-nav-li.current{
    background-color: #013c91;
}
.det-nav-li.current a{
    color:#fff;
} */
.details-nav2 .swiper-button-prev{
    background-image: url('../images/up-icon.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-size: 22px;
    top: 25px;
    height: 30px;
    width: 120px;
    left: 35px;
}
.details-nav2 .swiper-button-next{
    background-image: url('../images/down-icon.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-size: 22px;
    top:unset;
    bottom: 9px;
    height: 30px;
    width: 120px;
    left: 35px;
}
.details-nav2 .swiper-slide a{
    display: block;
}
.details-nav2 .swiper-slide a img{
    width: 190px;
    height: 136px;
}
.details-nav2 .swiper-slide .swiper-title{
    display: block;
    width: 180px;
    padding:5px;
    font-size: 16px;
    text-align: center;
}
.details-wrap h4,.details-wrap p,.details-wrap div,.details-wrap span{
    color: #333 !important;
}
